@media only screen and (min-width: 360PX) and (max-width: 374PX) {
  html {
    font-size: 36PX !important;
  }
}
@media only screen and (min-width: 375PX) and (max-width: 389PX) {
  html {
    font-size: 37.5PX !important;
  }
}
@media only screen and (min-width: 390PX) and (max-width: 413PX) {
  html {
    font-size: 39PX !important;
  }
}
@media only screen and (min-width: 414PX) and (max-width: 639PX) {
  html {
    font-size: 41.4PX !important;
  }
}
@media screen and (min-width: 640PX) and (max-width: 749PX) {
  html {
    font-size: 64PX !important;
  }
}
@media screen and (min-width: 750PX) {
  html {
    font-size: 75px !important;
  }
}
.page-main {
  padding-top: 2.35rem;
  background: #fff;
}

.swiper-box {
  height: 4rem;
  background: #fff;
  position: relative;
  padding-bottom: 0.4rem;
}
.swiper-box .swiper-top {
  height: 0.88rem;
  background: #4860D3;
  box-shadow: 0 0.12rem 0.12rem rgba(0, 0, 0, 0.2);
}
.swiper-box .swiper-focus {
  position: absolute;
  left: 0;
  height: 4rem;
  top: 0;
  border-radius: 0.08rem;
  overflow: hidden;
  width: 100%;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.swiper-box .swiper-focus .home-banner {
  width: 100%;
}
.swiper-box .swiper-focus img {
  width: 100%;
  display: block;
  height: 4rem;
  border-radius: 5px;
}
.swiper-box .swiper-focus .swiper-pagination {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0 !important;
  height: 0.56rem;
  border-radius: 0 0 5px 5px;
}
.swiper-box .swiper-focus .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 6px;
  height: 6px;
}
.swiper-box .swiper-focus .swiper-pagination-bullet-active {
  width: 12px;
  border-radius: 3px;
}

.home-ctkx {
  width: 9.2rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin: 0.24rem auto 0 auto;
  border-radius: 0.12rem;
  padding: 0.4rem 0.4rem 0.2rem 0.4rem;
  box-sizing: border-box;
}
.home-ctkx .home-ctkx-title {
  display: flex;
  justify-content: space-between;
  line-height: 0.4rem;
  align-items: center;
}
.home-ctkx .home-ctkx-title span {
  font-size: 0.373rem;
  font-weight: bold;
}
.home-ctkx .home-ctkx-title a {
  font-size: 0.32rem;
  color: #333;
  display: flex;
  align-items: center;
}
.home-ctkx .home-ctkx-title a .icon-more-narrow {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.08rem;
  transform: rotate(45deg);
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
}
.home-ctkx .home-ctkx-list {
  margin-top: 0.32rem;
  height: 1.2rem;
  overflow: hidden;
  padding-left: 0.08rem;
}
.home-ctkx .home-ctkx-list .cyfd-mfdj-swiper {
  height: 1.2rem;
}
.home-ctkx .home-ctkx-list .swiper-slide {
  padding-left: 0.4rem;
  line-height: 0.56rem;
  font-size: 0.346rem;
  color: #333;
  position: relative;
  height: 1.2rem;
  width: calc(100% - 0.4rem);
}
.home-ctkx .home-ctkx-list .swiper-slide a {
  color: #333;
}
.home-ctkx .home-ctkx-list .swiper-slide .round {
  position: absolute;
  top: 0.16rem;
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 2px solid #4860D3;
  border-radius: 50%;
  box-sizing: border-box;
}

@keyframes rowupNew {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }
  95% {
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -67%, 0);
    transform: translate3d(0, -67%, 0);
  }
}
.home-news-menu {
  width: 9.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 0.8rem;
  align-items: center;
  margin-top: 0.64rem;
}
.home-news-menu .item {
  font-size: 0.373rem;
  color: #666666;
  position: relative;
  height: 0.6rem;
  letter-spacing: 2px;
}
.home-news-menu .item.active {
  font-size: 0.4rem;
  color: #4860D3;
  font-weight: bold;
  height: 0.72rem;
}
.home-news-menu .item.active:after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 2px;
  background: #4860D3;
  border-radius: 2px;
  left: 50%;
  bottom: 0;
  margin-left: -0.2rem;
}

.news-list {
  padding: 0 0.4rem;
}
.news-list .item {
  padding: 0.4rem 0;
  height: 2.28rem;
  border-bottom: 1px solid #F4F4F4;
}
.news-list .item a {
  display: flex;
  justify-content: space-between;
}
.news-list .item.huodong {
  height: 1.88rem;
}
.news-list .item.huodong .item-pic {
  height: 1.88rem;
}
.news-list .item.huodong .item-pic img {
  height: 1.88rem;
}
.news-list .item.quick-link {
  padding: 0;
  height: auto;
  display: block;
}
.news-list .item.quick-link img {
  width: 100%;
  display: block;
}
.news-list .item .item-left {
  flex: 1;
  position: relative;
}
.news-list .item .item-left .title {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.52rem;
}
.news-list .item .item-left .title .article-type {
  font-size: 0.32rem;
  background: #546CDD;
  color: #fff;
  line-height: 0.4rem;
  display: inline-block;
  padding: 0 3px;
  border-radius: 3px;
  opacity: 0.8;
  font-weight: normal;
  margin-right: 2px;
  position: relative;
  top: -0.04rem;
}
.news-list .item .item-left .title a {
  display: block;
  text-align: justify;
}
.news-list .item .item-left .item-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.32rem;
  align-items: flex-end;
}
.news-list .item .item-left .item-bottom .item-b-left {
  display: flex;
}
.news-list .item .item-left .item-bottom .item-b-left span {
  font-size: 0.32rem;
  height: 0.44rem;
  padding: 0 2px;
  border-radius: 3px;
}
.news-list .item .item-left .item-bottom .item-b-left span.zd {
  border: 1px solid #ffd7b4;
  color: #FF912F;
  margin-right: 5px;
}
.news-list .item .item-left .item-bottom .item-b-left span.hy {
  border: 1px solid #bdc6ef;
  color: #4860D3;
}
.news-list .item .item-left .item-bottom .item-b-address {
  color: #999999;
  line-height: 0.36rem;
}
.news-list .item .item-left .item-bottom .item-b-right {
  color: #999999;
  line-height: 0.36rem;
}
.news-list .item .item-pic {
  width: 3rem;
  margin-left: 0.24rem;
  position: relative;
}
.news-list .item .item-pic img {
  display: block;
  width: 3rem;
  height: 2.28rem;
  border-radius: 3px;
}
.news-list .item .item-pic .video {
  position: absolute;
  width: 1.04rem;
  height: 1.04rem;
  background: rgba(27, 27, 27, 0.6);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .item .item-pic .video i {
  display: block;
  width: 0.8rem;
  height: 0.6rem;
  background-image: url(../images/icon_erjim.png);
  background-size: 0.8rem 0.6rem;
}

.show-more {
  display: flex;
  justify-content: center;
  padding: 0.6rem 0;
}
.show-more a {
  display: flex;
  width: 2.4rem;
  height: 0.8rem;
  box-sizing: border-box;
  border: 1px solid #4860D3;
  color: #4860D3;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  border-radius: 3px;
}

.slide-projects {
  margin-top: 0.32rem;
}
.slide-projects .projects-more {
  display: flex;
}
.slide-projects .projects-more a {
  margin-left: auto;
  display: flex;
  font-size: 0.32rem;
  color: #666666;
  height: 0.4rem;
  align-items: center;
}
.slide-projects .projects-more i {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.08rem;
  transform: rotate(45deg);
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
}
.slide-projects .slide-projects-con {
  position: relative;
  height: 3.28rem;
  margin-top: 0.32rem;
}
.slide-projects .slide-projects-con .slide-projects-wrap {
  height: 3.28rem;
  width: 9.6rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slide-projects .slide-projects-con .slide-projects-wrap .swiper-slide {
  width: 6.92rem;
  height: 3.28rem;
  border-radius: 5px;
  overflow: hidden;
}
.slide-projects .slide-projects-con .slide-projects-wrap .swiper-slide img {
  display: block;
  width: 6.92rem;
  height: 3.28rem;
}
.slide-projects .slide-projects-con .slide-projects-wrap .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.12rem;
  height: 0.72rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 0.32rem;
  color: #fff;
  text-align: left;
  padding: 0 0.4rem;
  line-height: 0.6rem;
}

.recommend-projects-con {
  position: relative;
  margin-top: 0.32rem;
  height: 4.88rem;
}
.recommend-projects-con .recommend-projects-wrap {
  height: 4.88rem;
  width: 9.6rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide {
  width: 5.28rem;
  height: 4.88rem;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide img {
  display: block;
  width: 5.28rem;
  height: 3.04rem;
  border-radius: 5px;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide .title {
  font-size: 0.373rem;
  color: #333;
  line-height: 0.48rem;
  padding-top: 0.12rem;
  font-weight: bold;
  height: 0.96rem;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide .recommend-info {
  padding-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.32rem;
  color: #666666;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide .recommend-info .address {
  display: flex;
  align-items: center;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide .recommend-info .address i {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/icon_address.png);
  background-size: 0.32rem 0.32rem;
  margin-right: 0.12rem;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide .recommend-info .date {
  display: flex;
  align-items: center;
}
.recommend-projects-con .recommend-projects-wrap .swiper-slide .recommend-info .date i {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/icon_time.png);
  background-size: 0.32rem 0.32rem;
  margin-right: 0.12rem;
}

.join-trj {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.08rem 0.4rem 0.08rem 0.28rem;
  box-sizing: border-box;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}
.join-trj article {
  display: flex;
}
.join-trj .join-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  padding: 0.06rem;
}
.join-trj .join-close img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.join-trj .join-form1 {
  width: 3.066rem;
  margin-right: 0.08rem;
}
.join-trj .join-form2 {
  width: 1.733rem;
  margin-right: 0.08rem;
}
.join-trj .join-form3 {
  width: 2.426rem;
  margin-right: 0.08rem;
}
.join-trj .join-form4 {
  width: 1.733rem;
}
.join-trj .input-control {
  width: 100%;
  box-sizing: border-box;
  color: #333333;
  height: 0.8rem;
  padding-left: 0.2rem;
  outline: none;
  border: 0;
  border-radius: 3px;
}
.join-trj .btn {
  display: block;
  border-radius: 5px;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #ffffff;
}
.join-trj .btn-blue {
  background: #4761ab;
}
.join-trj .btn-red {
  background: #cf271c;
}
.join-trj .commit {
  font-size: 0.32rem;
  margin-top: 0.12rem;
  display: none;
}
.join-trj .commit.cur {
  display: block;
}
.join-trj .commit-agree {
  font-size: 0.32rem;
  color: #fff;
}
.join-trj .commit-agree label {
  display: flex;
  align-items: center;
  height: 0.6rem;
}
.join-trj .commit-agree label input {
  margin-right: 0.12rem;
}
.join-trj .commit-agree label a {
  color: #fff;
}
.join-trj .commit-auto {
  color: #FFA646;
}

.home-topic {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0.32rem;
  display: block !important;
}
.home-topic .homt-topic-more {
  color: #4860D3;
  margin-bottom: 0.24rem;
  font-size: 0.346rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-topic .homt-topic-more i {
  display: block;
  width: 0.16rem;
  height: 0.24rem;
  /*background: url(../images/topic_narrow.png);*/
  /*background-size: 0.16rem 0.24rem;*/
  margin-left: 0.12rem;
}
.home-topic .topic .swiper-slide {
  width: 6.92rem;
  height: 3.28rem;
  margin-right: 0.28rem;
}
.home-topic .topic .swiper-slide img {
  display: block;
  width: 6.92rem;
  height: 3.28rem;
  border-radius: 0.2rem;
}
.home-topic .topic .swiper-slide .title {
  position: absolute;
  width: 100%;
  height: 0.72rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 0.2rem 0.2rem;
  color: #fff;
  font-size: 0.426rem;
  line-height: 0.66rem;
  text-align: left;
  padding-left: 0.44rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fixedPic {
  position: fixed;
  right: 0.4rem;
  top: 45%;
  width: 1.88rem;
  z-index: 998;
  height: 1.88rem;
  transition: all 0.3s ease-in;
}
.fixedPic.half {
  right: -1rem;
}
.fixedPic img {
  width: 1.88rem;
  height: 1.88rem;
  border-radius: 0.12rem;
}
.fixedPic .top-right-pic {
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/v2/close.png);
  background-size: 0.48rem 0.48rem;
  position: absolute;
  right: -0.24rem;
  top: -0.24rem;
}

.fixed-to-top {
  position: fixed;
  right: 0.76rem;
  top: 60%;
  z-index: 998;
  height: 1.08rem;
  width: 1.08rem;
  background: #000 url(../images/v2/to-top_03.png) no-repeat center;
  background-size: 0.64rem 0.64rem;
  border-radius: 50%;
  opacity: 0.6;
}

.recommend-title {
  margin-top: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend-title span {
  font-size: 0.4rem;
  font-weight: bold;
}
.recommend-title img {
  width: 4.536rem;
  height: 0.784rem;
}
.recommend-title a {
  font-size: 0.32rem;
  color: #4860D3;
  display: flex;
  align-items: center;
}
.recommend-title a i {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.08rem;
  transform: rotate(45deg);
  border: 1px solid #4860D3;
  border-left: 0;
  border-bottom: 0;
}
